# Download file by ID

This endpoint streams the requested file as an attachment for download.

Behavior:

- Validates file access against the current account and user
- Determines the appropriate MIME type automatically
- Sets content headers to force file download
- Captures download metadata for auditing purposes

Endpoint: POST /api/v1/general/files/{fileIdentifier}/download

## Path parameters:

  - `fileIdentifier` (string, required)

## Request fields (application/json-patch+json):

  - `moduleName` (string,null)

  - `featureName` (string,null)

  - `responseDescription` (string,null)


## Response 200 fields
